home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / MPI_Cancel.z / MPI_Cancel
Encoding:
Text File  |  2002-10-03  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. MMMMPPPPIIII____CCCCAAAANNNNCCCCEEEELLLL((((3333))))                                                    MMMMPPPPIIII____CCCCAAAANNNNCCCCEEEELLLL((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      MMMMPPPPIIII____CCCCaaaannnncccceeeellll - Cancels a communication request
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      C:
  13.  
  14.           #include <mpi.h>
  15.  
  16.           int MPI_Cancel( _r_e_q_u_e_s_t )
  17.           MPI_Request *_r_e_q_u_e_s_t;
  18.  
  19.  
  20.      C++:
  21.  
  22.           #include <mpi.h>
  23.  
  24.           void Request::Cancel() const
  25.  
  26.  
  27.      Fortran:
  28.  
  29.           INCLUDE "mpif.h" (or USE MPI)
  30.  
  31.           INTEGER _r_e_q_u_e_s_t, _i_e_r_r_o_r
  32.  
  33.           CALL MPI_CANCEL(_r_e_q_u_e_s_t, _i_e_r_r_o_r)
  34.  
  35.  
  36. SSSSTTTTAAAANNNNDDDDAAAARRRRDDDDSSSS
  37.      This release implements the MPI 1.2 standard, as documented by the MPI
  38.      Forum in the spring 1997 release of _M_P_I:  _A _M_e_s_s_a_g_e _P_a_s_s_i_n_g _I_n_t_e_r_f_a_c_e
  39.      _S_t_a_n_d_a_r_d.
  40.  
  41. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  42.      The MMMMPPPPIIII____CCCCaaaannnncccceeeellll routine cancels a communication request.  This routine
  43.      accepts the following parameter:
  44.  
  45.      _r_e_q_u_e_s_t   Specifies a communication request (handle)
  46.  
  47.      _i_e_r_r_o_r    Specifies the return code value for successful completion,
  48.                which is in MPI_SUCCESS.  MPI_SUCCESS is defined in the mmmmppppiiiiffff....hhhh
  49.                file.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.